From: Adrian Robert Date: Sun, 7 Jun 2009 03:50:01 +0000 (+0000) Subject: Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~484 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53ab5013136c5242ebc773c8a8cf9104cd42f8e3;p=emacs.git Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 49ee64d55f1..f16bbda115b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2006-06-06 David Reitter + + * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. + 2009-04-20 Juanma Barranquero * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 612cc944f56..ffdeacc6b0b 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -451,4 +451,4 @@ update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" mac-fix-env: ${srcdir}/mac-fix-env.m - $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation + $(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation